home *** CD-ROM | disk | FTP | other *** search
- on f_sp
- repeat with n = 32 to 41
- if the type of sprite n <> 0 then
- puppetSprite(n, 0)
- end if
- end repeat
- end
-
- on f_sound
- puppetSound(0)
- end
-
- on f_aiff
- repeat with n = 1 to 4
- sound fadeOut n, 120
- end repeat
- end
-
- on f_aiff2
- if soundBusy(1) then
- go(the frame)
- else
- if soundBusy(2) then
- go(the frame)
- else
- if soundBusy(3) then
- go(the frame)
- else
- if soundBusy(4) then
- go(the frame)
- end if
- end if
- end if
- end if
- repeat with n = 1 to 4
- sound stop n
- sound fadeIn n, 1
- end repeat
- end
-